home *** CD-ROM | disk | FTP | other *** search
/ Digital Photography Made Easy 25 / Digital Photography Made Easy Issue 25.iso / pc / Software / ImageEditors / Image_Enhance.exe / Image Enhance 3.2.2 / posterize.fil < prev    next >
Encoding:
Text File  |  2001-11-07  |  114 b   |  4 lines

  1. 255*(1 + (R1 - 128)/abs(R1 - 128))/2
  2. 255*(1 + (G1 - 128)/abs(G1 - 128))/2
  3. 255*(1 + (B1 - 128)/abs(B1 - 128))/2
  4.